home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1998 August: Tool Chest
/
Dev.CD Aug 98 TC.toast
/
Sample Code
/
Files
/
MoreFiles 1.4.6
/
C Headers
/
OptimizationEnd.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-02-23
|
410 b
|
24 lines
|
[
TEXT/MPS
]
/*
** The Optimization changes to MoreFiles source and header files, along with
** this file and Optimization.h, let you optimize the code produced by MoreFiles
** in several ways.
**
** Original changes supplied by Fabrizio Oddone
**
** File: OptimizationEnd.h
*/
#if defined(__MWERKS__)
#pragma internal reset
#endif
#if __WANTPASCALELIMINATION
#ifndef __COMPILINGMOREFILES
#undef pascal
#endif
#endif